home *** CD-ROM | disk | FTP | other *** search
/ Family Forum 257 / SOMC Family Forum 257 - Disc 1.iso / somc / magoffer.dir / 00036_Script_36 < prev    next >
Text File  |  1998-10-22  |  180b  |  14 lines

  1.  on mouseEnter
  2.   doRollover(10,1)
  3. end mouseEnter
  4.  
  5. on mouseLeave
  6.   doRollout(10)
  7. end mouseLeave
  8.  
  9. on mouseUp
  10.   doClick()
  11.   glowClear()
  12.   go to frame "start"
  13. end mouseUp
  14.